net/http.http2ClientConn.closed (field)
13 uses
net/http (current package)
h2_bundle.go#L7656: closed bool
h2_bundle.go#L8323: Closed: cc.closed,
h2_bundle.go#L8366: st.canTakeNewRequest = cc.goAway == nil && !cc.closed && !cc.closing && maxConcurrentOkay &&
h2_bundle.go#L8378: if cc.nextStreamID == 1 && cc.streamsReserved == 0 && cc.closed && !cc.closedOnIdle {
h2_bundle.go#L8440: cc.closed = true
h2_bundle.go#L8473: if len(cc.streams) == 0 || cc.closed {
h2_bundle.go#L8474: cc.closed = true
h2_bundle.go#L8527: cc.closed = true
h2_bundle.go#L9031: if cc.closed && cc.nextStreamID == 1 && cc.streamsReserved == 0 {
h2_bundle.go#L9037: if cc.closed || !cc.canTakeNewRequestLocked() {
h2_bundle.go#L9281: if cc.closed {
h2_bundle.go#L9390: cc.closed = true
h2_bundle.go#L9460: cc.closed = true
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)